Wait

Workflows can span a significant time frame, with asynchronous tasks taking seconds or minutes. Scheduling a task to run before it is ready can cause errors or inconsistent results. To ensure the waiting period for processes, like checking the status of async operations via polling, introducing a wait operation proves useful. By specifying a time span in seconds, you can effectively pause the workflow. Combining wait with conditional nodes enables regular polling of resources or APIs, ensuring thorough verification of task completion.

Wait Properties

Display Name

The name of the Wait node. By default, the node will be called 'Wait 1', 'Wait 2', and so on. You can change the node name from this field.

Description

You can add a description to the node; this can be a useful way of documenting the node for yourself and other users.

Wait

Choose the required waiting time in seconds.